JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
<style> #menu-core, #ui-bar-history, #ui-bar,#right-ui-bar,#box2{display:none;} img {width:100%;} #story {margin-left:0;margin:0;} .passage, #passages {max-width: 1920px;margin:0;padding:0;border:0;} body{margin-top:0;} .text-block { position: absolute; width: 20vw; top: 0.6vw; right: 1vh; background-color: rgba(0, 0, 102, 0.3); color: white; font-size: 1.4vh; font-family: 'Roboto', sans-serif; padding-left: 16px; padding-right: 16px; padding-bottom: 10px; z-index: 1; } .button { background-color: #1c87c9; -webkit-border-radius: 60px; border-radius: 60px; border: none; color: #eeeeee; cursor: pointer; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 1.5vh; padding: 8px 10px; text-align: center; text-decoration: none; } @keyframes glowing { 0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } 50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; } 100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; } } .button { animation: glowing 1300ms infinite; } .alerts-border { border: 2px #990000 solid; animation: blink 2s; animation-iteration-count: 20; } @keyframes blink { 50% { border-color:#fff ; } } </style> <video src="images/intro4.webm" autoplay loop width="100%"></video> <div id="show"> <div class="text-block alerts-border"> <h3> This game is for players 18+ years of age. If you are under 18 or it is illegal for you to view pronographic material please close this game now. All characters in this game are over the age of 18. </h3> <a><button data-passage="home" type="submit" class="button">START</button></a> <hr> Recommended minimum resolution: 1280x720 </div> </div>
<div style="font-size: 1.1rem;font-family: Arial;"> Day: <<= $day>><br> <<= $week>> <<if $timeofday == 1>> Morning <<elseif $timeofday == 2>> Afternoon <<elseif $timeofday == 3>> Evening <<elseif $timeofday == 4>> Night <</if>> </div> <br> [[STATUS|status]]
by root<br> (test version)
<<set $day to 1>> <<set $week to "Monday">> <<set $guns to 0>> <<set $depravity to 2>> <<set $yelenadepravity to 2>> <<set $henry to 0>> <<set $fitness to 90>> <<set $strength to 90>> <<set $drunk to 0>> <<set $work to 0>> <<set $arousal to 0>> <<set $shower to 0>> <<set $makeup to 0>> <<set $outfit to 0>> <<set $timeofday to 1>> <<set $park to 0>> <<set $ic to 0>> <<set $icenter to { "start":0, "active":0, "walk":0, "sexy":0, "tease":0, "event1":0, "event2":0, "event3":0 }>> <<set $outfitlink to { front: "[img[images/home/nata-sleep.png]]", walk: "[img[images/home/nata-sleep.png]]", run: "[img[images/home/nata-sleep.png]]", talk: "[img[images/home/nata-sleep.png]]", angry: "[img[images/home/nata-sleep.png]]", tease: "[img[images/home/nata-sleep.png]]", sexy: "[img[images/home/nata-sleep.png]]" }>> <<set $run to { "start":0, "active":0, "tease":0, "sexy":0, "event1":0, "event2":0, "event3":0 }>> <<set $missions to { "m1":0, "m2":0, "m3":0, "m4":0, "m5":0, "m6":0, "m7":0, "m8":0, "m9":0 }>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <div class="flex-container"> <div> <img class="fadein3" src="images/status.jpg"> </div> <div> <<timed 2s>> <div class="fadein3"> Normal status.<br> Respectable agent, athletic, fast assassin, pure mind.<br> Depravity: <<= $depravity >>%<br> Arousal <<=$arousal>>%<br> Fitness: <<=$fitness>>%<br> strength: <<=$strength>>%<br> Drunk: <<=$drunk>>% </div> <</timed>> </div> </div> <br> <div class="flex-container"> <div> <img class="fadein3" src="images/status2.jpg"> </div> <div> <<timed 2s>> <div class="fadein3"> Normal status.<br> Athletic, fast assassin, pure mind.<br> Depravity: <<= $yelenadepravity >>% </div> <</timed>> </div> </div> <br> <<back>> <<include test>>
<style> #passage-home { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px;} </style> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> <<if $shower == 1>> [[Wardrobe|wardrobe]]<br> <</if>> <<if $shower == 0>> [[Shower|shower]]<br> <</if>> <<if $timeofday == 4>> [[Sleep|sleep]]<br> <</if>> <<if $outfit != 0>> [[Go outside|out]]<br> <</if>> </div> <div class="absolute-text fadein4 box-menu"> <<include home-text>> </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<style> .flex-container { display: flex; align-items: stretch; background-image: [img[images/nata.png]]; height: 40rem; } .flex-container > div { } </style> <div class="flex-container"> <div style="flex-grow: 4">1 </div> <div style="flex-grow: 6"> </div> </div> <div class="flex-container"> <div class="fadein2"> </div> <div class="fadein2"> <<if $park == 0>> <</if>> </div> </div> [[Inactive|home]]<br> [[Inactive|home]]<br> <style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { width: 34rem; margin: 4px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <video width="1300" autoplay src="images\home\sleep.webm"></video>
<style> #passage-wardrobe { background-image: [img[images/home/homebg.jpg]]; } .container { position: relative; } div.absolute { position: absolute; top: 2em; left: 2em; width: auto; z-index: 2; } .box-menu { box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -moz-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); -webkit-box-shadow: 1px 1px 12px 4px rgba(237, 176, 176, 0.64); color:rgba(221, 124, 124, 0.90); padding: 8px 8px; margin: 4px 4px; } </style> <<include wardrobe-sub>> <div class="container"> <div style="line-height: 2em;" class="absolute fadein4 box-menu"> [[Homie|wardrobe][$outfit to 0]]<br> <<if $park == 0>> [[Sport|wardrobe][$outfit to 1]]<br> <</if>> <<if $park == 1>> [[Black body suit |wardrobe][$outfit to 2]]<br> <</if>> <br> [[Close|home]] </div> <div class="fadein2"> <<= $outfitlink.front>> </div> </div>
<<switch ($outfit)>> <<case 0>> <<set $outfitlink.front to "[img[images/home/nata-sleep.png]]">> <<case 1>> <<set $outfitlink.front to "[img[images/home/nata-sport.png]]">> <<case 2>> <<set $outfitlink.front to "[img[images/home/nata-suit.png]]">> <</switch>>
<style> div.absolute-text { position: absolute; top: 16em; left: 2em; width: auto; z-index: 2; } </style> ''Natasha: ''<e style="color:white;"> <<if $outfit == 0>>Very comfy.<br><</if>> <<if $outfit == 1>>Fit and ready!<br><</if>> <<if $outfit == 2>>Ready to go!<br><</if>> </e>
<<timed 1s>> <div class="fadein2"> <video class="shake" width="1300" autoplay loop src="images/home/shower.webm"></video> </div> <</timed>> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Uhh a little rest.<br> [[Leave|home][$shower to 1]] </div> <</timed>>
<style> .flex-container { display: flex; flex-direction: row; } .flex-container > div { margin: 14px; text-align: center; line-height: 26px; font-size: 1.1rem; } </style> <<if $timeofday != 4>> <div class="fadein2 flex-container"> <div> [img[images/outside/home.jpg]]<br> [[Home|home]] </div> <div> [img[images/outside/park.jpg]]<br> <<if $park == 0>> [[Park|park][$timeofday +=1;$park to 1;]] <</if>> </div> <div> [img[images/outside/ic.jpg]]<br> <<if $ic == 0 && $outfit == 2>> [[Intelligence center|intel center][$timeofday +=1;$ic to 1;]] <</if>> </div> </div> <</if>> <<if $timeofday == 4>> <div> It's really late...<br> [[Home|home]] </div> <</if>> <br>
<div class="fadein2"> <<if $outfit == 1>> [img[images/park/run2.jpg]] <<elseif $outfit == 2>> [img[images/park/suit.jpg]] <</if>> </div> <<timed 1s>> <div class="fadein2"> [[Go back|home]] <<if $outfit == 1 && $run.active == 0>> [[Running|run][$run.active to 1]] <</if>> </div> <</timed>>
<video width="1300" autoplay src="images/home/sleep.webm"></video> <br> [[Close your eyes|dream]]
<<set $day +=1>> <<set $timeofday to 1>> <<set $shower to 0>> <<if $week == "Monday">> <<set $week to "Tuesday">> <<elseif $week == "Tuesday">> <<set $week to "Wednesday">> <<elseif $week == "Wednesday" <<set $week to "Thursday">> <<elseif $week == "Thursday">> <<set $week to "Friday">> <<elseif $week == "Friday">> <<set $week to "Saturday">> <<elseif $week == "Saturday">> <<set $week to "Sunday">> <</if>> <<set $run.active to 0>> <video width="1300" autoplay src="images/home/sleep.webm"></video> <br> [[Wake up|home]]
<div class="fadein2"> <<if $outfit == 1>> [img[images/ic/sport.jpg]] <<elseif $outfit == 2>> [img[images/ic/walk0.jpg]] <</if>> </div> <<timed 1s>> <div class="fadein3"> [[Go back|home]] <<if $outfit == 2 && $icenter.active == 0>> [[Intelligence center|icenter][$icenter.active to 1]] <</if>> </div> <</timed>>
<div class="fadein2"> [img[images/park/run3.jpg]] </div> <<timed 2s>> <div class="fadein3"> [[Enough for today|park][$shower to 0]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/ichall.webm"></video> </div> <<timed 2s>> <div class="fadein3"> <<if $work == 0>> [[Director|boss]] <<if $henry == 0>> [[Umm..Hi Natasha!|henry]] <</if>> [[Office|office]] <</if>> <<if $work == 1>> [[Go out|intel center]] <</if>> </div> <</timed>>
<div class="fadein2"> [img[images/ic/boss.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Matthew Ellis: ''Ah, yes, Natasha, well..I have nothing special for you, complete the documentation and check the reports.<br> ''Natasha: ''Ehh...okay.<br> [[Leave|icenter]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/reports.webm"></video> </div> <<timed 1s>> <div class="fadein3"> <<if $missions.m1 == 0>> [[Work|workm1]] <<else>> <<if $work == 0>> [[Work|work][$work to 1]] <</if>> <</if>> </div> <</timed>>
<div class="fadein2"> <<if $outfit == 1>> <video width="1300" autoplay src="images/home/run.webm"></video> <<elseif $outfit == 2>> <video width="1300" autoplay src="images/home/suit.webm"></video> <</if>> </div> <br> <<timed 2s>> [[Now what?|outside]] <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Ehh very boring but i have to do it..<br> [[End for today|office]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/reports2.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Hmm,anonymous message? Interesting.<br> [[Open|m1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena1.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''Hello, hello sweet Natasha!<br> ''Natasha: ''Wait! What? Oh! it's my sister?!<br> ''Doctor Evil: ''I am Doctor Evil..you probably don't remember me but we met.<br> ''Natasha: ''What kind of show is this? Release her! Now!<br> ''Doctor Evil: ''[[Not so fast|m12][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Doctor Evil: ''You pissed off a lot of people. Powerful people!<br> ''Natasha: ''and so what!<br> ''Doctor Evil: ''They hired me to control you.<br> ''Natasha: ''Never!<br> ''Doctor Evil: ''Listen! Your sister has a brainwash. therapy and drugs. Very powerful stuff! [[If i don't stop this!|m13]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena3.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Doctor Evil: ''She will become a mindless creature!<br> ''Natasha: ''You are a monster!<br> ''Doctor Evil: ''It's all up to you. [[Clock is ticking|m14][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena4.webm"></video> </div> <<timed 2s>> <div class="fadein3"> @@.blink_text;WARNING - Yelena status changes!@@<br> ''Natasha: ''Uhh! What do you want me to do?<br> ''Doctor Evil: ''Nothing special. Wait for instructions. Just remember who's calling the shots here.<br> ''Natasha: '' It won't take long! I'll find you!<br> ''Doctor Evil: ''Hmm do we need to convince you [[more?|m15]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena5.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Natasha: ''Okay, okay, please stop torturing her!<br> ''Doctor Evil: ''That's better. Remember that we see and hear everything. Follow orders without hesitation.<br> ''Natasha: ''...<br> ''Doctor Evil: ''All clear?!<br> ''Natasha: ''Yes..<br> ''Doctor Evil: ''Yes what?!<br> ''Natasha: ''Yes..Sir.<br> ''Doctor Evil: ''Haha great. That's what I wanted to hear [[end of transmission|m16][$yelenadepravity +=1]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena6.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''Oh God! This is some kind of nightmare! Poor Yelena!<br> I must save her! No matter what! [[I will do it!|m17]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic//m1/yelena7.webm"></video> </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''It'll be my most important [[mission!|m18]] </div> <</timed>>
<div class="fadein2"> [img[images/ic/henry.jpg]] </div> <<timed 1s>> <div class="fadein3"> ''Natasha: ''OOh! Hi Henry. Nice to see you again.<br> ''Henry: ''Uhhmm you look wonderful!<br> ''Natasha: ''Hah thank you Henry. [[I have to go now|henry2]] </div> <</timed>>
<div class="fadein2"> <video width="1300" autoplay src="images/ic/walk2.webm"></video> </div> <<timed 2s>> <div class="fadein3"> ''Henry: ''Umm..Okay, [[bye!|icenter][$henry to 1]] </div> <</timed>>
<div class="fadein2"> [img[images/end.jpg]] </div>